home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / dynaweb.idb / usr / lib / Insight / dweb / cgi-bin / nph-dweb.z / nph-dweb
Encoding:
Text File  |  1997-07-30  |  687 b   |  26 lines

  1. #!/bin/csh -f
  2. #
  3. ## CGI script front end to DYNAWEB 3.1 for UNIX
  4. #
  5. if ($?LD_LIBRARY_PATH) then 
  6.    setenv LD_LIBRARY_PATH /usr/lib/Insight/dweb/sgi5/lib:$LD_LIBRARY_PATH
  7. else
  8.    setenv LD_LIBRARY_PATH /usr/lib/Insight/dweb/sgi5/lib:/usr/lib
  9.  
  10. setenv data-dir        /usr/lib/Insight/data
  11. setenv config-file     dynaweb.dwc
  12. setenv default-catalog dynaweb.cat
  13. setenv mimetypes-file  mime.typ
  14. setenv EBT_REGISTRY    /usr/lib/Insight/data/ebtcom.txt
  15.  
  16. if ( -e  /usr/lib/Insight/dweb/sgi5/bin/s2hcgi ) then
  17.          /usr/lib/Insight/dweb/sgi5/bin/s2hcgi
  18. else
  19.         echo "HTTP/1.0 404 Not Found."
  20.     echo "Content-Type: text/plain"
  21.     echo ""
  22.     echo "DynaWeb 3.1 CGI executable is missing."
  23. endif
  24.  
  25.  
  26.